3.992 \(\int \frac {(c d^2+2 c d e x+c e^2 x^2)^2}{(d+e x)^3} \, dx\)

Optimal. Leaf size=17 \[ \frac {c^2 (d+e x)^2}{2 e} \]

[Out]

1/2*c^2*(e*x+d)^2/e

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {27, 9} \[ \frac {c^2 (d+e x)^2}{2 e} \]

Antiderivative was successfully verified.

[In]

Int[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^2/(d + e*x)^3,x]

[Out]

(c^2*(d + e*x)^2)/(2*e)

Rule 9

Int[(a_)*((b_) + (c_.)*(x_)), x_Symbol] :> Simp[(a*(b + c*x)^2)/(2*c), x] /; FreeQ[{a, b, c}, x]

Rule 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {\left (c d^2+2 c d e x+c e^2 x^2\right )^2}{(d+e x)^3} \, dx &=\int c^2 (d+e x) \, dx\\ &=\frac {c^2 (d+e x)^2}{2 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 16, normalized size = 0.94 \[ c^2 \left (d x+\frac {e x^2}{2}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^2/(d + e*x)^3,x]

[Out]

c^2*(d*x + (e*x^2)/2)

________________________________________________________________________________________

fricas [A]  time = 1.16, size = 16, normalized size = 0.94 \[ \frac {1}{2} \, c^{2} e x^{2} + c^{2} d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x, algorithm="fricas")

[Out]

1/2*c^2*e*x^2 + c^2*d*x

________________________________________________________________________________________

giac [A]  time = 0.16, size = 23, normalized size = 1.35 \[ \frac {1}{2} \, {\left (c^{2} x^{2} e^{7} + 2 \, c^{2} d x e^{6}\right )} e^{\left (-6\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x, algorithm="giac")

[Out]

1/2*(c^2*x^2*e^7 + 2*c^2*d*x*e^6)*e^(-6)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 15, normalized size = 0.88 \[ \left (\frac {1}{2} e \,x^{2}+d x \right ) c^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x)

[Out]

c^2*(1/2*e*x^2+d*x)

________________________________________________________________________________________

maxima [A]  time = 1.32, size = 16, normalized size = 0.94 \[ \frac {1}{2} \, c^{2} e x^{2} + c^{2} d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x, algorithm="maxima")

[Out]

1/2*c^2*e*x^2 + c^2*d*x

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 13, normalized size = 0.76 \[ \frac {c^2\,x\,\left (2\,d+e\,x\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*d^2 + c*e^2*x^2 + 2*c*d*e*x)^2/(d + e*x)^3,x)

[Out]

(c^2*x*(2*d + e*x))/2

________________________________________________________________________________________

sympy [A]  time = 0.11, size = 15, normalized size = 0.88 \[ c^{2} d x + \frac {c^{2} e x^{2}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**2/(e*x+d)**3,x)

[Out]

c**2*d*x + c**2*e*x**2/2

________________________________________________________________________________________